home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / gnome-keyring / README.Debian < prev    next >
Encoding:
Text File  |  2010-04-27  |  1.1 KB  |  30 lines

  1. gnome-keyring for Debian
  2. ========================
  3.  
  4.  Password caching
  5.  ----------------
  6. GNOME keyring caches the passwords in memory, and when asked to, it will 
  7. store them on disk (in .gnome2/keyrings). They are encrypted with the
  8. AES128 cipher, using a master password as key.
  9.  
  10.  Login keyring
  11.  -------------
  12. If you use GDM, and libpam-gnome-keyring is installed, the GNOME keyring 
  13. daemon is spawned directly at the time of authentication, and the 
  14. keyring named "login" is unlocked. This keyring uses the authentication 
  15. token as a master password.
  16.  
  17. Otherwise, it is launched by the session manager, and you will be asked 
  18. for a password for the "Default" keyring.
  19.  
  20. If you change your authentication password (using passwd or 
  21. gnome-about-me for example), the password for the login keyrign should 
  22. be updated automatically.
  23.  
  24.  SSH agent
  25.  ---------
  26. The GNOME keyring includes the functionality of the SSH agent, and it 
  27. can break some setups, especially if ssh-agent is started by hand. If 
  28. you want to disable it, you can set the 
  29. /apps/gnome-keyring/daemon-components/ssh GConf key to false.
  30.